<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

i {
    font-style: normal;
}

a {
    text-decoration: none !important;
    /* åŽ»é™¤ä¸‹åˆ’çº¿ */
    color: inherit;
    /* ç»§æ‰¿çˆ¶å…ƒç´&nbsp;çš„é¢œè‰² */
    cursor: pointer;
    /* ä¿®æ”¹é¼&nbsp;æ&nbsp;‡æŒ‡é’ˆæ&nbsp;·å¼ */
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5tahoma, arial, \5b8b\4f53;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

body {
    font-family: "å¾®è½¯é›…é»‘";
}

code,
kbd,
pre,
samp {
    font-family: couriernew, courier, monospace;
}

small {
    font-size: 12px;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset,
img {
    border: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input {
    font-style: normal;
    border: 0;
    outline: none;
}

textarea {
    border: none;
    background-color: transparent;
    font-family: inherit;
    font-size: inherit;
    resize: none;
    outline: none;
}

button {
    /* åŽ»é™¤è¾¹æ¡† */
    border: none;
    /* åŽ»é™¤è½®å»“çº¿ */
    outline: none;
    /* æ¸…é™¤èƒŒæ™¯é¢œè‰² */
    background-color: transparent;
    /* å¯ä»¥è®¾ç½®è‡ªå·±çš„å†…å¡«å……ï¼ˆå¦‚æžœéœ€è¦ï¼‰ */
    padding: 0;
    /* æ–‡å­—é¢œè‰² */
    color: #333;
    /* å­—ä½“å¤§å° */
    font-size: 16px;
    /* å¦‚æžœéœ€è¦ï¼Œå¯ä»¥ç§»é™¤ä¸‹åˆ’çº¿ç­‰é“¾æŽ¥æ&nbsp;·å¼ */
    text-decoration: none;
    /* å…¶ä»–è‡ªå®šä¹‰æ&nbsp;·å¼ */
}

input[type="submit"] {
    -webkit-appearance: none;
}


/* åŽ»é™¤æ‰€æœ‰æµè§ˆå™¨çš„é»˜è®¤æ&nbsp;·å¼ */

input[type="submit"] {
    /* æ¸…é™¤è¾¹æ¡† */
    border: none;
    /* æ¸…é™¤èƒŒæ™¯é¢œè‰² */
    background-color: transparent;
    /* æ¸…é™¤è½®å»“çº¿ */
    outline: none;
    /* è®¾ç½®è‡ªå®šä¹‰çš„å­—ä½“é¢œè‰²ã€å¤§å°ç­‰ */
    color: #fff;
    font-size: 16px;
    /* å…¶ä»–éœ€è¦é‡ç½®æˆ–è‡ªå®šä¹‰çš„æ&nbsp;·å¼ */
    padding: 0;
    cursor: pointer;
}

html {
    overflow-x: hidden;
}</pre></body></html>